home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
time.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
520b
|
26 lines
.TH TIME
6 "IRIT Version 6.0"
.SH NAME
TIME
TIME( NumericType Reset )
Returns the time in seconds from the last time TIME was called with
Reset TRUE. This time is CPU time if such support is available
from the system (times function), and is real time otherwise (time
function).
The time is automatically reset at the beginning of the execution of this
program.
Example:
Dummy = TIME( TRUE );
.
.
.
TIME( FALSE );
prints the time in seconds between the above two time function calls.